API 1.0
Warning
Support for new API 1.0 implementations is not guaranteed. We recommend using API 2.0 for the new integration.
To call API version 1.0 methods, use the host:
https://business.taxi.yandex.ru/api/...
Below is a list of requests that can be sent to Yandex Taxi for the API version 1.0:
| Request URL | Method | Description |
|---|---|---|
/auth |
GET | Client information |
/oauth/refresh |
GET | Update OAuth token |
/1.0/class |
GET | List of classes |
/1.0/client/{client_id} |
GET | Detailed client information |
/1.0/client/{client_id}/cost_centers |
POST | Create client's cost centers |
/1.0/estimate |
POST | Get information about upcoming rides |
/1.0/client/{client_id}/order |
GET | List of orders |
/1.0/client/{client_id}/order |
POST | Create a draft order |
/1.0/client/{client_id}/order/{order_id} |
GET | Detailed order information |
/1.0/client/{client_id}/order/{order_id}/cancel |
POST | Cancel an order |
/1.0/client/{client_id}/order/{order_id}/progress |
GET | Track an order |
/1.0/client/{client_id}/order/{order_id}/processing |
POST | Process an order |
/1.0/client/{client_id}/role |
GET | List of employee roles |
/1.0/client/{client_id}/role |
POST | Create a new role |
/1.0/client/{client_id}/role/{role_id} |
GET | Detailed role information |
/1.0/client/{client_id}/role/{role_id} |
PUT | Edit a role |
/1.0/client/{client_id}/role/{role_id} |
DELETE | Delete a role |
/1.0/client/{client_id}/user |
GET | List of client's users |
/1.0/client/{client_id}/user |
POST | Create a new user |
/1.0/client/{client_id}/user/{user_id} |
GET | Detailed user information |
/1.0/client/{client_id}/user/{user_id} |
PUT | Update user data |
/1.0/client/{client_id}/user/{user_id} |
DELETE | Delete a user |
/1.0/client/{client_id}/user/{user_id}/restore |
PUT | Restore a user |